PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / setLineSpacingMode Method
The line spacing for the paragraph.
In This Topic
    setLineSpacingMode Method
    In This Topic
    Sets the line spacing for the paragraph.
    When this property is set to the value of the line spacing is specified in method.
    When this property is set to the value of the line spacing is computed by multiplying the current line height with the value specified in method.
    Syntax
    public void setLineSpacingMode( 
       PDFFormattedParagraphLineSpacing value
    )

    Parameters

    value
    The line spacing for the paragraph.
    See Also